func strconv.syntaxError
16 uses
strconv (current package)
atob.go#L17: return false, syntaxError("ParseBool", str)
atoc.go#L91: return 0, syntaxError(fnParseComplex, orig)
atoc.go#L104: return 0, syntaxError(fnParseComplex, orig)
atof.go#L573: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L607: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L624: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L658: return 0, n, syntaxError(fnParseFloat, s)
atof.go#L698: return 0, syntaxError(fnParseFloat, s)
atoi.go#L47: func syntaxError(fn, str string) *NumError {
atoi.go#L77: return 0, syntaxError(fnParseUint, s)
atoi.go#L144: return 0, syntaxError(fnParseUint, s0)
atoi.go#L148: return 0, syntaxError(fnParseUint, s0)
atoi.go#L166: return 0, syntaxError(fnParseUint, s0)
atoi.go#L201: return 0, syntaxError(fnParseInt, s)
atoi.go#L253: return 0, syntaxError(fnAtoi, s0)
atoi.go#L261: return 0, syntaxError(fnAtoi, s0)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |